Lender Price API Web Service
Lender Price API Web Service / RangeClosingCost Json Schema
In This Topic
    RangeClosingCost Json Schema
    In This Topic
    Description

    Object containing fields to set the closing cost range.


    Note: It is required at this time to pass the @class.

    Example:

    "closingCostRange": {
          "@class": "com.cre8techlabs.entity.broker.BrokerCriteria$RangeClosingCost",
          "from": null,
          "to": null,
          "closestToPar": false
        },

    Overview
    RangeClosingCost

    Object containing fields to set the closing cost range.


    Note: It is required at this time to pass the @class.

    Example:

    "closingCostRange": {
          "@class": "com.cre8techlabs.entity.broker.BrokerCriteria$RangeClosingCost",
          "from": null,
          "to": null,
          "closestToPar": false
        },

    closestToPar : boolean

    Set to "True" to return the rate closest to 0 (sometimes expressed as 100). This function considers the absolute value of the rate and returns either the positive or negative rate closest to 0.  

    Returns one result per product.

    Default is "False".

    Examples:

    If set to "True", results return something like the following:

    Rate

    -.500

    Program Name

    30/25 Yr Fixed Agency

    .625 30 Year - 26 Year

     

    closestToTargetValue : number
    from : number
    The low end of the rate range.
    infinite : boolean
    Default is False.
    to : number
    The high end of the rate range.
    Properties
    NameDescriptionData Type

    Set to "True" to return the rate closest to 0 (sometimes expressed as 100). This function considers the absolute value of the rate and returns either the positive or negative rate closest to 0.  

    Returns one result per product.

    Default is "False".

    Examples:

    If set to "True", results return something like the following:

    Rate

    -.500

    Program Name

    30/25 Yr Fixed Agency

    .625 30 Year - 26 Year

     

    boolean
     number
    The low end of the rate range.number
    Default is False.boolean
    The high end of the rate range.number
    See Also